From 35479be43ed4fdf057075210fef171f5d21cd728 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Thu, 7 Apr 2011 15:21:51 -0400 Subject: [PATCH] separator: call gtk_style_context_restore() after drawing https://bugzilla.gnome.org/show_bug.cgi?id=647086 --- gtk/gtkseparator.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c index 66c18889f9..013247a6c7 100644 --- a/gtk/gtkseparator.c +++ b/gtk/gtkseparator.c @@ -266,6 +266,8 @@ gtk_separator_draw (GtkWidget *widget, (width - padding.left) / 2, height - 1); } + gtk_style_context_restore (context); + return FALSE; } -- 2.30.2